-
Notifications
You must be signed in to change notification settings - Fork 954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hibernate integration and Movie entity setup #993
Conversation
- Configured Hibernate with MySQL and HSQLDB, and updated dependencies in `pom.xml`. - Implemented `Movie` entity, DAOs, and service layers - Added utility classes and example property files for database connectivity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some actions are not successful, please fix it.
- updated the reference to the properties file from "application.properties" to "application.properties.example".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some actions are not successful, please fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some actions are not successful, please fix it.
- Configured Hibernate with MySQL and HSQLDB, and updated dependencies in `pom.xml`. - Implemented `Movie` entity, DAOs, and service layers - Added utility classes and example property files for database connectivity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some actions are not successful, please fix it.
pom.xml
.Movie
entity, DAOs, and service layers